@extend .dim-label;
}
+ // FIXME: we need a safer way to select this separator
& > GtkBox > separator.vertical {
border-width: 0 1px;
border-image: linear-gradient(to bottom,
padding: 0 5px;
}
}
+
+ // add vertical margins to headerbar buttons to avoid them spanning the whole height
+ button {
+ margin-top: 6px;
+ margin-bottom: 6px;
+ }
}
.titlebar {
.titlebar headerbar.default-decoration button.titlebutton {
min-height: 26px;
padding: 0 5px; }
+ .titlebar:not(headerbar) button,
+ .titlebar:not(headerbar) button.titlebutton,
+ headerbar button,
+ headerbar button.titlebutton,
+ headerbar .titlebar button.titlebutton,
+ .titlebar headerbar button.titlebutton {
+ margin-top: 6px;
+ margin-bottom: 6px; }
.titlebar, .titlebar:backdrop {
border-top-left-radius: 7px;
.titlebar headerbar.default-decoration button.titlebutton {
min-height: 26px;
padding: 0 5px; }
+ .titlebar:not(headerbar) button,
+ .titlebar:not(headerbar) button.titlebutton,
+ headerbar button,
+ headerbar button.titlebutton,
+ headerbar .titlebar button.titlebutton,
+ .titlebar headerbar button.titlebutton {
+ margin-top: 6px;
+ margin-bottom: 6px; }
.titlebar, .titlebar:backdrop {
border-top-left-radius: 7px;